Missing argument 1 for App\FrontModule\Components\Results::render(), called in C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Bridges\ApplicationLatte\UIMacros.php on line 140 and defined search►
File: ...\app\FrontModule\components\Results.php:25
15: 16: public function __construct (Nette\Database\Context $database, App\Model\Result $modelResult, App\FrontModule\Components\MatchResultFactory $matchResultFactory) 17: { 18: $this->database = $database; 19: $this->modelResult = $modelResult; 20: $this->matchResultFactory = $matchResultFactory; 21: 22: } 23: 24: 25: public function render($stageId) 26: { 27: 28: 29: $this->template->setFile(__DIR__ . '/../templates/components/Results/list.latte');
...\vendor\nette\application\src\Bridges\ApplicationLatte\UIMacros.php:140 source App\FrontModule\Components\Results-> render ()
130: } 131: } 132: $control->snippetMode = TRUE; 133: if ($control instanceof Nette\Application\UI\IRenderable) { 134: $queue = array($control); 135: do { 136: foreach (array_shift($queue)->getComponents() as $child) { 137: if ($child instanceof Nette\Application\UI\IRenderable) { 138: if ($child->isControlInvalid()) { 139: $child->snippetMode = TRUE; 140: $child->render(); 141: $child->snippetMode = FALSE; 142: } 143: } elseif ($child instanceof Nette\ComponentModel\IContainer) { 144: $queue[] = $child;
...\temp\cache\latte\2014-Soccer-app-FrontModule-templates-layout-latte-9bf79df4974d34582d3b314dcbe116d8.php:11 source Nette\Bridges\ApplicationLatte\UIMacros:: renderSnippets (arguments)
1: <?php 2: // source: C:\wamp\www\private\w-e-b-s\2014\Soccer\app\FrontModule/templates/@layout.latte 3: 4: // prolog Latte\Macros\CoreMacros 5: list($_b, $_g, $_l) = $template->initialize('6327088610', 'html') 6: ; 7: // prolog Nette\Bridges\ApplicationLatte\UIMacros 8: 9: // snippets support 10: if (empty($_l->extends) && !empty($_control->snippetMode)) { 11: return Nette\Bridges\ApplicationLatte\UIMacros::renderSnippets($_control, $_b, get_defined_vars()); 12: } 13: 14: // 15: // main template
| $control | App\FrontModule\Presenters\CompetitionPresenter #8cac |
|---|---|
| $local | stdClass #af44 |
| $params | array (20) |
...\vendor\latte\latte\src\Latte\Engine.php:184 source include (arguments)
174: } 175: } 176: flock($handle, LOCK_SH); // holds the lock 177: } 178: 179: call_user_func(function() { 180: foreach (func_get_arg(1) as $__k => $__v) { 181: $$__k = $__v; 182: } 183: unset($__k, $__v); 184: include func_get_arg(0); 185: }, $file, $params); 186: } 187: 188:
| #0 | "C:\wamp\www\private\w-e-b-s\2014\Soccer\temp\cache\latte\2014-Soccer-app-FrontModule-templates-layout-latte-9bf79df4974d34582d3b314dcbe116d8.php" (144)
|
|---|
inner-code Latte\Engine-> Latte\{closure} (arguments)
| #0 | "C:\wamp\www\private\w-e-b-s\2014\Soccer\app/../temp/cache/latte/2014-Soccer-app-FrontModule-templates-layout-latte-9bf79df4974d34582d3b314dcbe116d8.ph ... " (151)
|
|---|---|
| #1 | array (20) |
...\vendor\latte\latte\src\Latte\Engine.php:185 source call_user_func (arguments)
175: } 176: flock($handle, LOCK_SH); // holds the lock 177: } 178: 179: call_user_func(function() { 180: foreach (func_get_arg(1) as $__k => $__v) { 181: $$__k = $__v; 182: } 183: unset($__k, $__v); 184: include func_get_arg(0); 185: }, $file, $params); 186: } 187: 188: 189: /**
| $function_name | Closure #7e23 |
|---|---|
| $parmeter | "C:\wamp\www\private\w-e-b-s\2014\Soccer\app/../temp/cache/latte/2014-Soccer-app-FrontModule-templates-layout-latte-9bf79df4974d34582d3b314dcbe116d8.ph ... " (151)
|
| $... | array (20) |
...\vendor\latte\latte\src\Latte\Engine.php:91 source Latte\Engine-> loadCacheFile (arguments)
81: private $baseTemplateClass = 'Latte\Template'; 82: 83: 84: /** 85: * Renders template to output. 86: * @return void 87: */ 88: public function render($name, array $params = array()) 89: { 90: $template = new $this->baseTemplateClass($params, $this->filters, $this, $name); 91: $this->loadCacheFile($name, $template->getParameters()); 92: } 93: 94: 95: /**
| $name | "C:\wamp\www\private\w-e-b-s\2014\Soccer\app\FrontModule/templates/@layout.latte" (79)
|
|---|---|
| $params | array (20) |
...\vendor\latte\latte\src\Latte\Template.php:100 source Latte\Engine-> render (arguments)
90: 91: 92: /** 93: * Renders template. 94: * @return void 95: * @internal 96: */ 97: public function renderChildTemplate($name, array $params = array()) 98: { 99: $name = $this->engine->getLoader()->getChildName($name, $this->name); 100: $this->engine->render($name, $params); 101: } 102: 103: 104: /**
| $name | "C:\wamp\www\private\w-e-b-s\2014\Soccer\app\FrontModule/templates/@layout.latte" (79)
|
|---|---|
| $params | array (20) |
...\temp\cache\latte\app-FrontModule-templates-Competition-detail-latte-49e617c3ea9281af7b57b6ea7c7cb4ca.php:118 source Latte\Template-> renderChildTemplate (arguments)
108: // snippets support 109: if (empty($_l->extends) && !empty($_control->snippetMode)) { 110: return Nette\Bridges\ApplicationLatte\UIMacros::renderSnippets($_control, $_b, get_defined_vars()); 111: } 112: 113: // 114: // main template 115: // 116: $competName = $competition_season->competition->name ;$seasonName = $competition_season->season->name ?> 117: 118: <?php if ($_l->extends) { ob_end_clean(); return $template->renderChildTemplate($_l->extends, get_defined_vars()); } 119: call_user_func(reset($_b->blocks['title']), $_b, get_defined_vars()) ?> 120: 121: 122: <?php call_user_func(reset($_b->blocks['content']), $_b, get_defined_vars()) ;
| $name | "C:\wamp\www\private\w-e-b-s\2014\Soccer\app\FrontModule/templates/@layout.latte" (79)
|
|---|---|
| $params | array (20) |
...\vendor\latte\latte\src\Latte\Engine.php:184 source include (arguments)
174: } 175: } 176: flock($handle, LOCK_SH); // holds the lock 177: } 178: 179: call_user_func(function() { 180: foreach (func_get_arg(1) as $__k => $__v) { 181: $$__k = $__v; 182: } 183: unset($__k, $__v); 184: include func_get_arg(0); 185: }, $file, $params); 186: } 187: 188:
| #0 | "C:\wamp\www\private\w-e-b-s\2014\Soccer\temp\cache\latte\app-FrontModule-templates-Competition-detail-latte-49e617c3ea9281af7b57b6ea7c7cb4ca.php" (144)
|
|---|
inner-code Latte\Engine-> Latte\{closure} (arguments)
| #0 | "C:\wamp\www\private\w-e-b-s\2014\Soccer\app/../temp/cache/latte/app-FrontModule-templates-Competition-detail-latte-49e617c3ea9281af7b57b6ea7c7cb4ca.ph ... " (151)
|
|---|---|
| #1 | array (15) |
...\vendor\latte\latte\src\Latte\Engine.php:185 source call_user_func (arguments)
175: } 176: flock($handle, LOCK_SH); // holds the lock 177: } 178: 179: call_user_func(function() { 180: foreach (func_get_arg(1) as $__k => $__v) { 181: $$__k = $__v; 182: } 183: unset($__k, $__v); 184: include func_get_arg(0); 185: }, $file, $params); 186: } 187: 188: 189: /**
| $function_name | Closure #92be |
|---|---|
| $parmeter | "C:\wamp\www\private\w-e-b-s\2014\Soccer\app/../temp/cache/latte/app-FrontModule-templates-Competition-detail-latte-49e617c3ea9281af7b57b6ea7c7cb4ca.ph ... " (151)
|
| $... | array (15) |
...\vendor\latte\latte\src\Latte\Engine.php:91 source Latte\Engine-> loadCacheFile (arguments)
81: private $baseTemplateClass = 'Latte\Template'; 82: 83: 84: /** 85: * Renders template to output. 86: * @return void 87: */ 88: public function render($name, array $params = array()) 89: { 90: $template = new $this->baseTemplateClass($params, $this->filters, $this, $name); 91: $this->loadCacheFile($name, $template->getParameters()); 92: } 93: 94: 95: /**
| $name | "C:\wamp\www\private\w-e-b-s\2014\Soccer\app\FrontModule/templates/Competition/detail.latte" (90)
|
|---|---|
| $params | array (15) |
...\vendor\nette\application\src\Bridges\ApplicationLatte\Template.php:52 source Latte\Engine-> render (arguments)
42: return $this->latte; 43: } 44: 45: 46: /** 47: * Renders template to output. 48: * @return void 49: */ 50: public function render($file = NULL, array $params = array()) 51: { 52: $this->latte->render($file ?: $this->file, $params ?: $this->params); 53: } 54: 55: 56: /**
| $name | "C:\wamp\www\private\w-e-b-s\2014\Soccer\app\FrontModule/templates/Competition/detail.latte" (90)
|
|---|---|
| $params | array (14) |
...\vendor\nette\application\src\Application\Responses\TextResponse.php:51 source Nette\Bridges\ApplicationLatte\Template-> render ()
41: } 42: 43: 44: /** 45: * Sends response to output. 46: * @return void 47: */ 48: public function send(Nette\Http\IRequest $httpRequest, Nette\Http\IResponse $httpResponse) 49: { 50: if ($this->source instanceof Nette\Application\UI\ITemplate || $this->source instanceof Nette\Templating\ITemplate) { 51: $this->source->render(); 52: 53: } else { 54: echo $this->source; 55: }
...\vendor\nette\application\src\Application\UI\Presenter.php:230 source Nette\Application\Responses\TextResponse-> send (arguments)
220: 221: // finish template rendering 222: $this->sendTemplate(); 223: 224: } catch (Application\AbortException $e) { 225: // continue with shutting down 226: if ($this->isAjax()) try { 227: $hasPayload = (array) $this->payload; unset($hasPayload['state']); 228: if ($this->response instanceof Responses\TextResponse && $this->isControlInvalid()) { 229: $this->snippetMode = TRUE; 230: $this->response->send($this->httpRequest, $this->httpResponse); 231: $this->sendPayload(); 232: 233: } elseif (!$this->response && $hasPayload) { // back compatibility for use terminate() instead of sendPayload() 234: $this->sendPayload();
| $httpRequest | Nette\Http\Request #7830 |
|---|---|
| $httpResponse | Nette\Http\Response #d388 |
...\vendor\nette\application\src\Application\Application.php:149 source Nette\Application\UI\Presenter-> run (arguments)
139: { 140: if (count($this->requests) > self::$maxLoop) { 141: throw new ApplicationException('Too many loops detected in application life cycle.'); 142: } 143: 144: $this->requests[] = $request; 145: $this->onRequest($this, $request); 146: 147: $this->presenter = $this->presenterFactory->createPresenter($request->getPresenterName()); 148: $this->onPresenter($this, $this->presenter); 149: $response = $this->presenter->run($request); 150: 151: if ($response instanceof Responses\ForwardResponse) { 152: $this->processRequest($response->getRequest()); 153:
| $request | Nette\Application\Request #9cf6 |
|---|
...\vendor\nette\application\src\Application\Application.php:88 source Nette\Application\Application-> processRequest (arguments)
78: 79: 80: /** 81: * Dispatch a HTTP request to a front controller. 82: * @return void 83: */ 84: public function run() 85: { 86: try { 87: $this->onStartup($this); 88: $this->processRequest($this->createInitialRequest()); 89: $this->onShutdown($this); 90: 91: } catch (\Exception $e) { 92: $this->onError($this, $e);
| $request | Nette\Application\Request #9cf6 |
|---|
...\www\index.php:10 source Nette\Application\Application-> run ()
1: <?php 2: 3: // Uncomment this line if you must temporarily take down your site for maintenance. 4: // require '.maintenance.php'; 5: 6: require 'auth.php'; 7: 8: $container = require __DIR__ . '/../app/bootstrap.php'; 9: 10: $container->getService('application')->run(); 11:
| $this | App\FrontModule\Components\Results #1d08 |
|---|
array (1)0 => Nette\Application\Request #9cf6| method private => "POST" (4) | flags private => array (1)| | secured => FALSE| name private => "Front:Competition" (17) | params private => array (2)| | action => "detail" (6) | | id => "1"| post private => array (10)| | goal_home_90 => "0" | | goal_away_90 => "0" | | goal_home_et => "0" | | goal_away_et => "0" | | goal_home_penalty => "0" | | goal_away_penalty => "0" | | played => "on" (2) | | id => "18" (2) | | do => "results-editFormResults-18-submit" (33) | | btn => "Uložit" (7)| files private => array ()
App\FrontModule\Presenters\CompetitionPresenter #8cacmodel protected => App\Model\Competition #a58c| tableName protected => "stage_list" (10) | tree protected => array (4)modelTable protected => App\Model\Table #9470| | parent => array (4)| database => Nette\Database\Context #40dd| | | 0 => array (1) [ ... ] | | | 1 => array (2) [ ... ] | | | 2 => array (8) [ ... ] | | | 13 => array (5) [ ... ]| | child2parent => array (16)| | | 1 => 0 | | | 2 => 1 | | | 13 => 1 | | | 3 => 2 | | | 4 => 2 | | | 5 => 2 | | | 6 => 2 | | | 7 => 2 | | | 8 => 2 | | | 9 => 2 | | | 10 => 2 | | | 14 => 13 | | | 15 => 13 | | | 16 => 13 | | | 17 => 13 | | | 18 => 13| | item => array (16)| | | 1 => array (10) [ ... ] | | | 2 => array (10) [ ... ] | | | 13 => array (10) [ ... ] | | | 3 => array (10) [ ... ] | | | 4 => array (10) [ ... ] | | | 5 => array (10) [ ... ] | | | 6 => array (10) [ ... ] | | | 7 => array (10) [ ... ] | | | 8 => array (10) [ ... ] | | | 9 => array (10) [ ... ] | | | 10 => array (10) [ ... ] | | | 14 => array (10) [ ... ] | | | 15 => array (10) [ ... ] | | | 16 => array (10) [ ... ] | | | 17 => array (10) [ ... ] | | | 18 => array (10) [ ... ]| | name => array (16)| | | 1 => "-celá sezóna-" (15) | | | 2 => "základní skupiny" (18) | | | 13 => "play off" (8) | | | 3 => "skupina A" (9) | | | 4 => "skupina B" (9) | | | 5 => "skupina C" (9) | | | 6 => "skupina D" (9) | | | 7 => "skupina E" (9) | | | 8 => "skupina F" (9) | | | 9 => "skupina G" (9) | | | 10 => "skupina H" (9) | | | 14 => "osmifinále" (11) | | | 15 => "čtvrtfinále" (13) | | | 16 => "semifinále" (11) | | | 17 => "o 3. místo" (11) | | | 18 => "FINÁLE" (7)| | connection private => Nette\Database\Connection #da49| | | onConnect => NULL | | | onQuery => array (1) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (1) [ ... ] | | | driver private => Nette\Database\Drivers\MySqlDriver #58ce { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #d3d1 { ... } | | | pdo private => PDO #fb55| | reflection private => Nette\Database\Reflection\ConventionalReflection #fea5| | | primary protected => "id" (2) | | | foreign protected => "%s_id" (5) | | | table protected => "%s" (2)| | cacheStorage private => Nette\Caching\Storages\FileStorage #8cb7| | | dir private => "C:\wamp\www\private\w-e-b-s\2014\Soccer\temp\cache" (50) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #981a { ... } | | | locks private => NULL| | preprocessor private => NULL| tableName protected => "" | database => Nette\Database\Context #40ddmodelResult protected => App\Model\Result #df3a| | connection private => Nette\Database\Connection #da49| | | onConnect => NULL | | | onQuery => array (1) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (1) [ ... ] | | | driver private => Nette\Database\Drivers\MySqlDriver #58ce { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #d3d1 { ... } | | | pdo private => PDO #fb55| | reflection private => Nette\Database\Reflection\ConventionalReflection #fea5| | | primary protected => "id" (2) | | | foreign protected => "%s_id" (5) | | | table protected => "%s" (2)| | cacheStorage private => Nette\Caching\Storages\FileStorage #8cb7| | | dir private => "C:\wamp\www\private\w-e-b-s\2014\Soccer\temp\cache" (50) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #981a { ... } | | | locks private => NULL| | preprocessor private => NULL| tableName protected => "" | result protected => array () | database => Nette\Database\Context #40ddmatchResultFactory => SystemContainer_App_FrontModule_Components_MatchResultFactoryImpl_24_App_FrontModule_Components_MatchResultFactory #3456| | connection private => Nette\Database\Connection #da49| | | onConnect => NULL | | | onQuery => array (1) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (1) [ ... ] | | | driver private => Nette\Database\Drivers\MySqlDriver #58ce { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #d3d1 { ... } | | | pdo private => PDO #fb55| | reflection private => Nette\Database\Reflection\ConventionalReflection #fea5| | | primary protected => "id" (2) | | | foreign protected => "%s_id" (5) | | | table protected => "%s" (2)| | cacheStorage private => Nette\Caching\Storages\FileStorage #8cb7| | | dir private => "C:\wamp\www\private\w-e-b-s\2014\Soccer\temp\cache" (50) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #981a { ... } | | | locks private => NULL| | preprocessor private => NULL| container private => SystemContainer #95c4database => Nette\Database\Context #40dd| | meta protected => array (1)| | | types => array (39) [ ... ]| | parameters => array (8)| | | appDir => "C:\wamp\www\private\w-e-b-s\2014\Soccer\app" (43) | | | wwwDir => "C:\wamp\www\private\w-e-b-s\2014\Soccer\www" (43) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "development" (11) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "C:\wamp\www\private\w-e-b-s\2014\Soccer\app/../temp" (51)| | registry private => array (25)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #5dbb { ... } | | | httpRequest => Nette\Http\Request #7830 { ... } | | | httpResponse => Nette\Http\Response #d388 { ... } | | | session => Nette\Http\Session #ae0f { ... } | | | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal #981a { ... } | | | cacheStorage => Nette\Caching\Storages\FileStorage #8cb7 { ... } | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #f25e { ... } | | | "database.default" => Nette\Database\Connection #da49 { ... } | | | "database.default.context" => Nette\Database\Context #40dd { ... } | | | 29_App_RouterFactory => App\RouterFactory #8290 { ... } | | | router => Nette\Application\Routers\RouteList #dfdb { ... } | | | application => Nette\Application\Application #b866 { ... } | | | container => SystemContainer #95c4 { RECURSION } | | | "nette.userStorage" => Nette\Http\UserStorage #897a { ... } | | | authenticator => App\Model\UserManager #dcbd { ... } | | | 23_App_AclFactory => App\AclFactory #811f | | | authorizator => Nette\Security\Permission #fac0 { ... } | | | user => Nette\Security\User #e1d4 { ... } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #f7eb { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #0e12 { ... } | | | 25_App_Model_Competition => App\Model\Competition #a58c { ... } | | | 27_App_Model_Table => App\Model\Table #9470 { ... } | | | 26_App_Model_Result => App\Model\Result #df3a { ... } | | | 24_App_FrontModule_Components_MatchResultFactory => SystemContainer_App_FrontModule_Components_MatchResultFactoryImpl_24_App_FrontModule_Components_MatchResultFactory #3456 { RECURSION } | | | 30_Cardbook_Helpers_Helpers => Cardbook\Helpers\Helpers #7e50| | creating private => array ()| connection private => Nette\Database\Connection #da49helpers => Cardbook\Helpers\Helpers #7e50 invalidLinkMode => 2 onShutdown => NULL request private => Nette\Application\Request #9cf6| | onConnect => NULL | | onQuery => array (1)| reflection private => Nette\Database\Reflection\ConventionalReflection #fea5| | | 0 => array (2) [ ... ]| | params private => array (3)| | | 0 => "mysql:host=localhost;dbname=soccer" (34) | | | 1 => "root" (4) | | | 2 => NULL| | options private => array (1)| | | lazy => TRUE| | driver private => Nette\Database\Drivers\MySqlDriver #58ce| | | connection private => Nette\Database\Connection #da49 { RECURSION }| | preprocessor private => Nette\Database\SqlPreprocessor #d3d1| | | connection private => Nette\Database\Connection #da49 { RECURSION } | | | driver private => Nette\Database\Drivers\MySqlDriver #58ce { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]| | pdo private => PDO #fb55| | primary protected => "id" (2) | | foreign protected => "%s_id" (5) | | table protected => "%s" (2)| cacheStorage private => Nette\Caching\Storages\FileStorage #8cb7| | dir private => "C:\wamp\www\private\w-e-b-s\2014\Soccer\temp\cache" (50) | | useDirs private => TRUE | | journal private => Nette\Caching\Storages\FileJournal #981a| preprocessor private => NULL| | | file private => "C:\wamp\www\private\w-e-b-s\2014\Soccer\app/../temp/btfj.dat" (60) | | | handle private => NULL | | | lastNode private => 2 | | | processIdentifier private => NULL | | | nodeCache private => array () | | | nodeChanged private => array () | | | toCommit private => array () | | | deletedLinks private => array () | | | dataNodeFreeSpace private => array ()| | locks private => NULL| method private => "POST" (4) | flags private => array (1)response private => Nette\Application\Responses\TextResponse #c277| | secured => FALSE| name private => "Front:Competition" (17) | params private => array (2)| | action => "detail" (6) | | id => "1"| post private => array (10)| | goal_home_90 => "0" | | goal_away_90 => "0" | | goal_home_et => "0" | | goal_away_et => "0" | | goal_home_penalty => "0" | | goal_away_penalty => "0" | | played => "on" (2) | | id => "18" (2) | | do => "results-editFormResults-18-submit" (33) | | btn => "Uložit" (7)| files private => array ()| source private => Nette\Bridges\ApplicationLatte\Template #e52cautoCanonicalize => TRUE absoluteUrls => FALSE globalParams private => array () globalState private => array () globalStateSinces private => array () action private => "detail" (6) view private => "detail" (6) layout private => NULL payload private => stdClass #8ff2| | latte private => Latte\Engine #0b4d| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #1b41 { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "C:\wamp\www\private\w-e-b-s\2014\Soccer\app/../temp/cache/latte" (63) | | | autoRefresh private => TRUE | | | filters private => array (38) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "C:\wamp\www\private\w-e-b-s\2014\Soccer\app\FrontModule/templates/Competition/detail.latte" (90) | | params private => array (14)| | | _control => App\FrontModule\Presenters\CompetitionPresenter #8cac { RECURSION } | | | control => App\FrontModule\Presenters\CompetitionPresenter #8cac { RECURSION } | | | _presenter => App\FrontModule\Presenters\CompetitionPresenter #8cac { RECURSION } | | | presenter => App\FrontModule\Presenters\CompetitionPresenter #8cac { RECURSION } | | | user => Nette\Security\User #e1d4 { ... } | | | netteHttpResponse => Nette\Http\Response #d388 { ... } | | | netteCacheStorage => Nette\Caching\Storages\FileStorage #8cb7 { ... } | | | baseUrl => "http://soccer" (13) | | | baseUri => "http://soccer" (13) | | | basePath => "" | | | flashes => array () | | | competitions => Nette\Database\Table\Selection #bc37 { ... } | | | competition_season => Nette\Database\Table\ActiveRow #6b5e { ... } | | | stageList => array (16) [ ... ]| state => array ()signalReceiver private => "results-editFormResults-18" (26) signal private => NULL ajaxMode private => TRUE startupCheck private => TRUE lastCreatedRequest private => NULL lastCreatedRequestFlag private => NULL context private => SystemContainer #95c4| meta protected => array (1)httpRequest private => Nette\Http\Request #7830| | types => array (39)| parameters => array (8)| | | "nette\object" => array (21) [ ... ] | | | "nette\bridges\framework\netteaccessor" => array (1) [ ... ] | | | "nette\caching\storages\ijournal" => array (1) [ ... ] | | | "nette\caching\storages\filejournal" => array (1) [ ... ] | | | "nette\caching\istorage" => array (1) [ ... ] | | | "nette\caching\storages\filestorage" => array (1) [ ... ] | | | "nette\http\requestfactory" => array (1) [ ... ] | | | "nette\http\irequest" => array (1) [ ... ] | | | "nette\http\request" => array (1) [ ... ] | | | "nette\http\iresponse" => array (1) [ ... ] | | | "nette\http\response" => array (1) [ ... ] | | | "nette\http\context" => array (1) [ ... ] | | | "nette\http\session" => array (1) [ ... ] | | | "nette\security\iuserstorage" => array (1) [ ... ] | | | "nette\http\userstorage" => array (1) [ ... ] | | | "nette\security\user" => array (1) [ ... ] | | | "nette\application\application" => array (1) [ ... ] | | | "nette\application\ipresenterfactory" => array (1) [ ... ] | | | "nette\application\presenterfactory" => array (1) [ ... ] | | | "nette\application\irouter" => array (1) [ ... ] | | | "nette\mail\imailer" => array (1) [ ... ] | | | "nette\mail\sendmailmailer" => array (1) [ ... ] | | | "nette\bridges\applicationlatte\ilattefactory" => array (1) [ ... ] | | | "nette\application\ui\itemplatefactory" => array (1) [ ... ] | | | "nette\bridges\applicationlatte\templatefactory" => array (1) [ ... ] | | | "nette\database\connection" => array (1) [ ... ] | | | "nette\database\context" => array (1) [ ... ] | | | "nette\security\iauthorizator" => array (1) [ ... ] | | | "app\aclfactory" => array (1) [ ... ] | | | "app\frontmodule\components\matchresultfactory" => array (1) [ ... ] | | | "app\model\basemodel" => array (3) [ ... ] | | | "app\model\competition" => array (1) [ ... ] | | | "app\model\result" => array (1) [ ... ] | | | "app\model\table" => array (1) [ ... ] | | | "nette\security\iauthenticator" => array (1) [ ... ] | | | "app\model\usermanager" => array (1) [ ... ] | | | "app\routerfactory" => array (1) [ ... ] | | | "cardbook\helpers\helpers" => array (1) [ ... ] | | | "nette\di\container" => array (1) [ ... ]| | appDir => "C:\wamp\www\private\w-e-b-s\2014\Soccer\app" (43) | | wwwDir => "C:\wamp\www\private\w-e-b-s\2014\Soccer\www" (43) | | debugMode => TRUE | | productionMode => FALSE | | environment => "development" (11) | | consoleMode => FALSE | | container => array (3)| registry private => array (25)| | | class => "SystemContainer" (15) | | | parent => "Nette\DI\Container" (18) | | | accessors => TRUE| | tempDir => "C:\wamp\www\private\w-e-b-s\2014\Soccer\app/../temp" (51)| | "nette.httpRequestFactory" => Nette\Http\RequestFactory #5dbb| creating private => array ()| | | urlFilters => array (2) [ ... ] | | | binary private => FALSE | | | proxies private => array ()| | httpRequest => Nette\Http\Request #7830| | | method private => "POST" (4) | | | url private => Nette\Http\UrlScript #dd16 { ... } | | | query private => array () | | | post private => array (10) [ ... ] | | | files private => array () | | | cookies private => array (3) [ ... ] | | | headers private => array (15) [ ... ] | | | remoteAddress private => "127.0.0.1" (9) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse => Nette\Http\Response #d388| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | session => Nette\Http\Session #ae0f| | | regenerated private => NULL | | | options private => array (15) [ ... ] | | | request private => Nette\Http\Request #7830 { ... } | | | response private => Nette\Http\Response #d388 { ... }| | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal #981a| | | file private => "C:\wamp\www\private\w-e-b-s\2014\Soccer\app/../temp/btfj.dat" (60) | | | handle private => NULL | | | lastNode private => 2 | | | processIdentifier private => NULL | | | nodeCache private => array () | | | nodeChanged private => array () | | | toCommit private => array () | | | deletedLinks private => array () | | | dataNodeFreeSpace private => array ()| | cacheStorage => Nette\Caching\Storages\FileStorage #8cb7| | | dir private => "C:\wamp\www\private\w-e-b-s\2014\Soccer\temp\cache" (50) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #981a { ... } | | | locks private => NULL| | "nette.presenterFactory" => Nette\Application\PresenterFactory #f25e| | | caseSensitive => FALSE | | | mapping private => array (2) [ ... ] | | | baseDir private => "C:\wamp\www\private\w-e-b-s\2014\Soccer\app" (43) | | | cache private => array (1) [ ... ] | | | container private => SystemContainer #95c4 { RECURSION }| | "database.default" => Nette\Database\Connection #da49| | | onConnect => NULL | | | onQuery => array (1) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (1) [ ... ] | | | driver private => Nette\Database\Drivers\MySqlDriver #58ce { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #d3d1 { ... } | | | pdo private => PDO #fb55| | "database.default.context" => Nette\Database\Context #40dd| | | connection private => Nette\Database\Connection #da49 { ... } | | | reflection private => Nette\Database\Reflection\ConventionalReflection #fea5 { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #8cb7 { ... } | | | preprocessor private => NULL| | 29_App_RouterFactory => App\RouterFactory #8290| | | database => Nette\Database\Context #40dd { ... }| | router => Nette\Application\Routers\RouteList #dfdb| | | cachedRoutes private => NULL | | | module private => "" | | | list private => array (3) [ ... ]| | application => Nette\Application\Application #b866| | | catchExceptions => FALSE | | | errorPresenter => "Front:Error" (11) | | | onStartup => NULL | | | onShutdown => NULL | | | onRequest => NULL | | | onPresenter => NULL | | | onResponse => NULL | | | onError => NULL | | | requests private => array (1) [ ... ] | | | presenter private => App\FrontModule\Presenters\CompetitionPresenter #8cac { RECURSION } | | | httpRequest private => Nette\Http\Request #7830 { ... } | | | httpResponse private => Nette\Http\Response #d388 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #f25e { ... } | | | router private => Nette\Application\Routers\RouteList #dfdb { ... }| | container => SystemContainer #95c4 { RECURSION } | | "nette.userStorage" => Nette\Http\UserStorage #897a| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #ae0f { ... } | | | sessionSection private => NULL| | authenticator => App\Model\UserManager #dcbd| | | database private => Nette\Database\Context #40dd { ... }| | 23_App_AclFactory => App\AclFactory #811f | | authorizator => Nette\Security\Permission #fac0| | | roles private => array (3) [ ... ] | | | resources private => array (3) [ ... ] | | | rules private => array (2) [ ... ] | | | queriedRole private => NULL | | | queriedResource private => NULL| | user => Nette\Security\User #e1d4| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #897a { ... } | | | authenticator private => App\Model\UserManager #dcbd { ... } | | | authorizator private => Nette\Security\Permission #fac0 { ... }| | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #f7eb| | | container private => SystemContainer #95c4 { RECURSION }| | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #0e12| | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #f7eb { ... } | | | httpRequest private => Nette\Http\Request #7830 { ... } | | | httpResponse private => Nette\Http\Response #d388 { ... } | | | user private => Nette\Security\User #e1d4 { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #8cb7 { ... }| | 25_App_Model_Competition => App\Model\Competition #a58c| | | tableName protected => "stage_list" (10) | | | tree protected => array (4) [ ... ] | | | database => Nette\Database\Context #40dd { ... }| | 27_App_Model_Table => App\Model\Table #9470| | | tableName protected => "" | | | database => Nette\Database\Context #40dd { ... }| | 26_App_Model_Result => App\Model\Result #df3a| | | tableName protected => "" | | | result protected => array () | | | database => Nette\Database\Context #40dd { ... }| | 24_App_FrontModule_Components_MatchResultFactory => SystemContainer_App_FrontModule_Components_MatchResultFactoryImpl_24_App_FrontModule_Components_MatchResultFactory #3456| | | container private => SystemContainer #95c4 { RECURSION }| | 30_Cardbook_Helpers_Helpers => Cardbook\Helpers\Helpers #7e50| method private => "POST" (4) | url private => Nette\Http\UrlScript #dd16httpResponse private => Nette\Http\Response #d388| | scriptPath private => "/" | | scheme private => "http" (4) | | user private => "$cb$" (4) | | pass private => "$cb$" (4) | | host private => "soccer" (6) | | port private => 80 | | path private => "/competition/detail/1" (21) | | query private => "" | | fragment private => ""| query private => array () | post private => array (10)| | goal_home_90 => "0" | | goal_away_90 => "0" | | goal_home_et => "0" | | goal_away_et => "0" | | goal_home_penalty => "0" | | goal_away_penalty => "0" | | played => "on" (2) | | id => "18" (2) | | do => "results-editFormResults-18-submit" (33) | | btn => "Uložit" (7)| files private => array () | cookies private => array (3)| | "tracy-debug-panel-Tracy-Debugger-dumps" => "" | | PHPSESSID => "bepat8buahkgag22q770t7v0d6" (26) | | "nette-browser" => "00c7k0opt0" (10)| headers private => array (15)| | host => "soccer" (6) | | connection => "keep-alive" (10) | | "content-length" => "169" (3) | | pragma => "no-cache" (8) | | "cache-control" => "no-cache" (8) | | authorization => "Basic JGNiJDokY2Ik" (18) | | accept => "*/*" (3) | | origin => "http://soccer" (13) | | "x-requested-with" => "XMLHttpRequest" (14) | | "user-agent" => "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36" (109) | | "content-type" => "application/x-www-form-urlencoded; charset=UTF-8" (48) | | referer => "http://soccer/competition/detail/1" (34) | | "accept-encoding" => "gzip, deflate" (13) | | "accept-language" => "cs,en-US;q=0.8,en;q=0.6" (23) | | cookie => "tracy-debug-panel-Tracy-Debugger-dumps=; PHPSESSID=bepat8buahkgag22q770t7v0d6; nette-browser=00c7k0opt0" (103)| remoteAddress private => "127.0.0.1" (9) | remoteHost private => NULL | rawBody private => NULL| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200session private => Nette\Http\Session #ae0f| regenerated private => NULL | options private => array (15)presenterFactory private => Nette\Application\PresenterFactory #f25e| | save_path => "C:\wamp\www\private\w-e-b-s\2014\Soccer\app/../temp/sessions" (60) | | gc_maxlifetime => 604800 | | cookie_lifetime => 604800 | | referer_check => "" | | use_cookies => 1 | | use_only_cookies => 1 | | use_trans_sid => 0 | | cookie_path => "/" | | cookie_domain => "" | | cookie_secure => FALSE | | cookie_httponly => TRUE | | cache_limiter => NULL | | cache_expire => NULL | | hash_function => NULL | | hash_bits_per_character => NULL| request private => Nette\Http\Request #7830| | method private => "POST" (4) | | url private => Nette\Http\UrlScript #dd16| response private => Nette\Http\Response #d388| | | scriptPath private => "/" | | | scheme private => "http" (4) | | | user private => "$cb$" (4) | | | pass private => "$cb$" (4) | | | host private => "soccer" (6) | | | port private => 80 | | | path private => "/competition/detail/1" (21) | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array (10)| | | goal_home_90 => "0" | | | goal_away_90 => "0" | | | goal_home_et => "0" | | | goal_away_et => "0" | | | goal_home_penalty => "0" | | | goal_away_penalty => "0" | | | played => "on" (2) | | | id => "18" (2) | | | do => "results-editFormResults-18-submit" (33) | | | btn => "Uložit" (7)| | files private => array () | | cookies private => array (3)| | | "tracy-debug-panel-Tracy-Debugger-dumps" => "" | | | PHPSESSID => "bepat8buahkgag22q770t7v0d6" (26) | | | "nette-browser" => "00c7k0opt0" (10)| | headers private => array (15)| | | host => "soccer" (6) | | | connection => "keep-alive" (10) | | | "content-length" => "169" (3) | | | pragma => "no-cache" (8) | | | "cache-control" => "no-cache" (8) | | | authorization => "Basic JGNiJDokY2Ik" (18) | | | accept => "*/*" (3) | | | origin => "http://soccer" (13) | | | "x-requested-with" => "XMLHttpRequest" (14) | | | "user-agent" => "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36" (109) | | | "content-type" => "application/x-www-form-urlencoded; charset=UTF-8" (48) | | | referer => "http://soccer/competition/detail/1" (34) | | | "accept-encoding" => "gzip, deflate" (13) | | | "accept-language" => "cs,en-US;q=0.8,en;q=0.6" (23) | | | cookie => "tracy-debug-panel-Tracy-Debugger-dumps=; PHPSESSID=bepat8buahkgag22q770t7v0d6; nette-browser=00c7k0opt0" (103)| | remoteAddress private => "127.0.0.1" (9) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| caseSensitive => FALSE | mapping private => array (2)router private => Nette\Application\Routers\RouteList #dfdb| | "*" => array (3)| baseDir private => "C:\wamp\www\private\w-e-b-s\2014\Soccer\app" (43) | cache private => array (1)| | | 0 => "App\" (4) | | | 1 => "*Module\" (8) | | | 2 => "Presenters\*Presenter" (21)| | Nette => array (3)| | | 0 => "NetteModule\" (12) | | | 1 => "*\" (2) | | | 2 => "*Presenter" (10)| | "Front:Competition" => array (2)| container private => SystemContainer #95c4| | | 0 => "App\FrontModule\Presenters\CompetitionPresenter" (47) | | | 1 => "Front:Competition" (17)| | meta protected => array (1)| | | types => array (39) [ ... ]| | parameters => array (8)| | | appDir => "C:\wamp\www\private\w-e-b-s\2014\Soccer\app" (43) | | | wwwDir => "C:\wamp\www\private\w-e-b-s\2014\Soccer\www" (43) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "development" (11) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "C:\wamp\www\private\w-e-b-s\2014\Soccer\app/../temp" (51)| | registry private => array (25)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #5dbb { ... } | | | httpRequest => Nette\Http\Request #7830 { ... } | | | httpResponse => Nette\Http\Response #d388 { ... } | | | session => Nette\Http\Session #ae0f { ... } | | | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal #981a { ... } | | | cacheStorage => Nette\Caching\Storages\FileStorage #8cb7 { ... } | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #f25e { RECURSION } | | | "database.default" => Nette\Database\Connection #da49 { ... } | | | "database.default.context" => Nette\Database\Context #40dd { ... } | | | 29_App_RouterFactory => App\RouterFactory #8290 { ... } | | | router => Nette\Application\Routers\RouteList #dfdb { ... } | | | application => Nette\Application\Application #b866 { ... } | | | container => SystemContainer #95c4 { RECURSION } | | | "nette.userStorage" => Nette\Http\UserStorage #897a { ... } | | | authenticator => App\Model\UserManager #dcbd { ... } | | | 23_App_AclFactory => App\AclFactory #811f | | | authorizator => Nette\Security\Permission #fac0 { ... } | | | user => Nette\Security\User #e1d4 { ... } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #f7eb { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #0e12 { ... } | | | 25_App_Model_Competition => App\Model\Competition #a58c { ... } | | | 27_App_Model_Table => App\Model\Table #9470 { ... } | | | 26_App_Model_Result => App\Model\Result #df3a { ... } | | | 24_App_FrontModule_Components_MatchResultFactory => SystemContainer_App_FrontModule_Components_MatchResultFactoryImpl_24_App_FrontModule_Components_MatchResultFactory #3456 { ... } | | | 30_Cardbook_Helpers_Helpers => Cardbook\Helpers\Helpers #7e50| | creating private => array ()| cachedRoutes private => NULL | module private => "" | list private => array (3)user private => Nette\Security\User #e1d4| | 0 => Nette\Application\Routers\RouteList #7810| | | cachedRoutes private => NULL | | | module private => "Admin:" (6) | | | list private => array (1) [ ... ]| | 1 => Nette\Application\Routers\RouteList #e3b3| | | cachedRoutes private => NULL | | | module private => "Service:" (8) | | | list private => array (1) [ ... ]| | 2 => Nette\Application\Routers\RouteList #4819| | | cachedRoutes private => NULL | | | module private => "Front:" (6) | | | list private => array (2) [ ... ]| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #897atemplateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #0e12| | namespace private => "" | | sessionHandler private => Nette\Http\Session #ae0f| authenticator private => App\Model\UserManager #dcbd| | | regenerated private => NULL | | | options private => array (15) [ ... ] | | | request private => Nette\Http\Request #7830 { ... } | | | response private => Nette\Http\Response #d388 { ... }| | sessionSection private => NULL| | database private => Nette\Database\Context #40dd| authorizator private => Nette\Security\Permission #fac0| | | connection private => Nette\Database\Connection #da49 { ... } | | | reflection private => Nette\Database\Reflection\ConventionalReflection #fea5 { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #8cb7 { ... } | | | preprocessor private => NULL| | roles private => array (3)| | | guest => array (2) [ ... ] | | | user => array (2) [ ... ] | | | admin => array (2) [ ... ]| | resources private => array (3)| | | "Admin:Reference" => array (2) [ ... ] | | | "Admin:Blog" => array (2) [ ... ] | | | "Admin:Gallery" => array (2) [ ... ]| | rules private => array (2)| | | allResources => array (2) [ ... ] | | | byResource => array (3) [ ... ]| | queriedRole private => NULL | | queriedResource private => NULL| latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #f7ebtemplate private => Nette\Bridges\ApplicationLatte\Template #e52c| | container private => SystemContainer #95c4| httpRequest private => Nette\Http\Request #7830| | | meta protected => array (1) [ ... ] | | | parameters => array (8) [ ... ] | | | registry private => array (25) [ ... ] | | | creating private => array ()| | method private => "POST" (4) | | url private => Nette\Http\UrlScript #dd16| httpResponse private => Nette\Http\Response #d388| | | scriptPath private => "/" | | | scheme private => "http" (4) | | | user private => "$cb$" (4) | | | pass private => "$cb$" (4) | | | host private => "soccer" (6) | | | port private => 80 | | | path private => "/competition/detail/1" (21) | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array (10)| | | goal_home_90 => "0" | | | goal_away_90 => "0" | | | goal_home_et => "0" | | | goal_away_et => "0" | | | goal_home_penalty => "0" | | | goal_away_penalty => "0" | | | played => "on" (2) | | | id => "18" (2) | | | do => "results-editFormResults-18-submit" (33) | | | btn => "Uložit" (7)| | files private => array () | | cookies private => array (3)| | | "tracy-debug-panel-Tracy-Debugger-dumps" => "" | | | PHPSESSID => "bepat8buahkgag22q770t7v0d6" (26) | | | "nette-browser" => "00c7k0opt0" (10)| | headers private => array (15)| | | host => "soccer" (6) | | | connection => "keep-alive" (10) | | | "content-length" => "169" (3) | | | pragma => "no-cache" (8) | | | "cache-control" => "no-cache" (8) | | | authorization => "Basic JGNiJDokY2Ik" (18) | | | accept => "*/*" (3) | | | origin => "http://soccer" (13) | | | "x-requested-with" => "XMLHttpRequest" (14) | | | "user-agent" => "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36" (109) | | | "content-type" => "application/x-www-form-urlencoded; charset=UTF-8" (48) | | | referer => "http://soccer/competition/detail/1" (34) | | | "accept-encoding" => "gzip, deflate" (13) | | | "accept-language" => "cs,en-US;q=0.8,en;q=0.6" (23) | | | cookie => "tracy-debug-panel-Tracy-Debugger-dumps=; PHPSESSID=bepat8buahkgag22q770t7v0d6; nette-browser=00c7k0opt0" (103)| | remoteAddress private => "127.0.0.1" (9) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| user private => Nette\Security\User #e1d4| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #897a| cacheStorage private => Nette\Caching\Storages\FileStorage #8cb7| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #ae0f { ... } | | | sessionSection private => NULL| | authenticator private => App\Model\UserManager #dcbd| | | database private => Nette\Database\Context #40dd { ... }| | authorizator private => Nette\Security\Permission #fac0| | | roles private => array (3) [ ... ] | | | resources private => array (3) [ ... ] | | | rules private => array (2) [ ... ] | | | queriedRole private => NULL | | | queriedResource private => NULL| | dir private => "C:\wamp\www\private\w-e-b-s\2014\Soccer\temp\cache" (50) | | useDirs private => TRUE | | journal private => Nette\Caching\Storages\FileJournal #981a| | | file private => "C:\wamp\www\private\w-e-b-s\2014\Soccer\app/../temp/btfj.dat" (60) | | | handle private => NULL | | | lastNode private => 2 | | | processIdentifier private => NULL | | | nodeCache private => array () | | | nodeChanged private => array () | | | toCommit private => array () | | | deletedLinks private => array () | | | dataNodeFreeSpace private => array ()| | locks private => NULL| latte private => Latte\Engine #0b4dinvalidSnippets private => array () snippetMode => TRUE params protected => array (11)| | onCompile => array (1)| file private => "C:\wamp\www\private\w-e-b-s\2014\Soccer\app\FrontModule/templates/Competition/detail.latte" (90) | params private => array (14)| | | 0 => Closure #f7a5| | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #1b41| | | | file => "C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Bridges\ApplicationLatte\TemplateFactory.php" (113) | | | | line => 69 | | | | variables => array (2) [ ... ] | | | | parameters => "$latte" (6)| | | presenter private => App\FrontModule\Presenters\CompetitionPresenter #8cac { RECURSION }| | contentType private => "html" (4) | | tempDirectory private => "C:\wamp\www\private\w-e-b-s\2014\Soccer\app/../temp/cache/latte" (63) | | autoRefresh private => TRUE | | filters private => array (38)| | | "" => array (1) [ ... ] | | | bytes => "Latte\Runtime\Filters::bytes" (28) | | | capitalize => "Latte\Runtime\Filters::capitalize" (33) | | | datastream => "Latte\Runtime\Filters::dataStream" (33) | | | date => "Latte\Runtime\Filters::date" (27) | | | escapecss => "Latte\Runtime\Filters::escapeCss" (32) | | | escapehtml => "Latte\Runtime\Filters::escapeHtml" (33) | | | escapehtmlcomment => "Latte\Runtime\Filters::escapeHtmlComment" (40) | | | escapeical => "Latte\Runtime\Filters::escapeICal" (33) | | | escapejs => "Latte\Runtime\Filters::escapeJs" (31) | | | escapeurl => "rawurlencode" (12) | | | escapexml => "Latte\Runtime\Filters::escapeXML" (32) | | | firstupper => "Latte\Runtime\Filters::firstUpper" (33) | | | implode => "implode" (7) | | | indent => "Latte\Runtime\Filters::indent" (29) | | | lower => "Latte\Runtime\Filters::lower" (28) | | | nl2br => "Latte\Runtime\Filters::nl2br" (28) | | | number => "number_format" (13) | | | repeat => "str_repeat" (10) | | | replace => "Latte\Runtime\Filters::replace" (30) | | | replacere => "Latte\Runtime\Filters::replaceRe" (32) | | | safeurl => "Latte\Runtime\Filters::safeUrl" (30) | | | strip => "Latte\Runtime\Filters::strip" (28) | | | striptags => "strip_tags" (10) | | | substr => "Latte\Runtime\Filters::substring" (32) | | | trim => "Latte\Runtime\Filters::trim" (27) | | | truncate => "Latte\Runtime\Filters::truncate" (31) | | | upper => "Latte\Runtime\Filters::upper" (28) | | | url => "rawurlencode" (12) | | | normalize => "Nette\Utils\Strings::normalize" (30) | | | toascii => "Nette\Utils\Strings::toAscii" (28) | | | webalize => "Nette\Utils\Strings::webalize" (29) | | | padleft => "Nette\Utils\Strings::padLeft" (28) | | | padright => "Nette\Utils\Strings::padRight" (29) | | | reverse => "Nette\Utils\Strings::reverse" (28) | | | null => Closure #54c3| | baseTemplateClass private => "Latte\Template" (14)| | | | file => "C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Bridges\ApplicationLatte\TemplateFactory.php" (113) | | | | line => 81 | | | | variables => array () | | | | parameters => ""| | | length => Closure #b2b1| | | | file => "C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Bridges\ApplicationLatte\TemplateFactory.php" (113) | | | | line => 82 | | | | variables => array () | | | | parameters => "$var" (4)| | | modifydate => Closure #2685| | | | file => "C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Bridges\ApplicationLatte\TemplateFactory.php" (113) | | | | line => 85 | | | | variables => array () | | | | parameters => "$time, $delta, $unit" (20)| | _control => App\FrontModule\Presenters\CompetitionPresenter #8cac { RECURSION } | | control => App\FrontModule\Presenters\CompetitionPresenter #8cac { RECURSION } | | _presenter => App\FrontModule\Presenters\CompetitionPresenter #8cac { RECURSION } | | presenter => App\FrontModule\Presenters\CompetitionPresenter #8cac { RECURSION } | | user => Nette\Security\User #e1d4| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #897a { ... } | | | authenticator private => App\Model\UserManager #dcbd { ... } | | | authorizator private => Nette\Security\Permission #fac0 { ... }| | netteHttpResponse => Nette\Http\Response #d388| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | netteCacheStorage => Nette\Caching\Storages\FileStorage #8cb7| | | dir private => "C:\wamp\www\private\w-e-b-s\2014\Soccer\temp\cache" (50) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #981a { ... } | | | locks private => NULL| | baseUrl => "http://soccer" (13) | | baseUri => "http://soccer" (13) | | basePath => "" | | flashes => array () | | competitions => Nette\Database\Table\Selection #bc37| | | connection protected => Nette\Database\Connection #da49 { ... } | | | reflection protected => Nette\Database\Reflection\ConventionalReflection #fea5 { ... } | | | cache protected => Nette\Caching\Cache #e3eb { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #b871 { ... } | | | name protected => "competition_season" (18) | | | primary protected => "id" (2) | | | primarySequence protected => FALSE | | | rows protected => NULL | | | data protected => NULL | | | dataRefreshed protected => FALSE | | | globalRefCache protected => array (1) [ ... ] | | | refCache protected => NULL | | | generalCacheKey protected => NULL | | | specificCacheKey protected => NULL | | | aggregation protected => array () | | | accessedColumns protected => NULL | | | previousAccessedColumns protected => NULL | | | observeCache protected => FALSE | | | keys protected => array ()| | competition_season => Nette\Database\Table\ActiveRow #6b5e| | | table private => Nette\Database\Table\Selection #e14a { ... } | | | data private => array (3) [ ... ] | | | dataRefreshed private => FALSE| | stageList => array (16)| | | 1 => array (3) [ ... ] | | | 2 => array (3) [ ... ] | | | 3 => array (3) [ ... ] | | | 4 => array (3) [ ... ] | | | 5 => array (3) [ ... ] | | | 6 => array (3) [ ... ] | | | 7 => array (3) [ ... ] | | | 8 => array (3) [ ... ] | | | 9 => array (3) [ ... ] | | | 10 => array (3) [ ... ] | | | 13 => array (3) [ ... ] | | | 14 => array (3) [ ... ] | | | 15 => array (3) [ ... ] | | | 16 => array (3) [ ... ] | | | 17 => array (3) [ ... ] | | | 18 => array (3) [ ... ]| action => "detail" (6) | id => "1" | goal_home_90 => "0" | goal_away_90 => "0" | goal_home_et => "0" | goal_away_et => "0" | goal_home_penalty => "0" | goal_away_penalty => "0" | played => "on" (2) | do => "results-editFormResults-18-submit" (33) | btn => "Uložit" (7)components private => array (1)| results => App\FrontModule\Components\Results #1d08cloning private => NULL parent private => NULL name private => "Front:Competition" (17) monitors private => array () templateFactory private => NULL| | database protected => Nette\Database\Context #40dd| | | connection private => Nette\Database\Connection #da49 { ... } | | | reflection private => Nette\Database\Reflection\ConventionalReflection #fea5 { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #8cb7 { ... } | | | preprocessor private => NULL| | modelResult protected => App\Model\Result #df3a| | | tableName protected => "" | | | result protected => array () | | | database => Nette\Database\Context #40dd { ... }| | matchResultFactory private => SystemContainer_App_FrontModule_Components_MatchResultFactoryImpl_24_App_FrontModule_Components_MatchResultFactory #3456| | | container private => SystemContainer #95c4 { ... }| | templateFactory private => NULL | | template private => NULL | | invalidSnippets private => array (1)| | | "table-18" => TRUE| | snippetMode => TRUE | | params protected => array () | | components private => array (1)| | | editFormResults => Nette\Application\UI\Multiplier #a857 { ... }| | cloning private => NULL | | parent private => App\FrontModule\Presenters\CompetitionPresenter #8cac { RECURSION } | | name private => "results" (7) | | monitors private => array (1)| | | "Nette\Application\UI\Presenter" => array (4) [ ... ]
| REDIRECT_STATUS | "200" (3)
|
|---|---|
| HTTP_HOST | "soccer" (6)
|
| HTTP_CONNECTION | "keep-alive" (10)
|
| CONTENT_LENGTH | "169" (3)
|
| HTTP_PRAGMA | "no-cache" (8)
|
| HTTP_CACHE_CONTROL | "no-cache" (8)
|
| HTTP_ACCEPT | "*/*" (3)
|
| HTTP_ORIGIN | "http://soccer" (13)
|
| HTTP_X_REQUESTED_WITH | "XMLHttpRequest" (14)
|
| HTTP_USER_AGENT | "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36" (109)
|
| CONTENT_TYPE | "application/x-www-form-urlencoded; charset=UTF-8" (48)
|
| HTTP_REFERER | "http://soccer/competition/detail/1" (34)
|
| HTTP_ACCEPT_ENCODING | "gzip, deflate" (13)
|
| HTTP_ACCEPT_LANGUAGE | "cs,en-US;q=0.8,en;q=0.6" (23)
|
| HTTP_COOKIE | "tracy-debug-panel-Tracy-Debugger-dumps=; PHPSESSID=bepat8buahkgag22q770t7v0d6; nette-browser=00c7k0opt0" (103)
|
| PATH | "c:\program files\graphicsmagick-1.3.19-q16;C:\Users\Kcko\bin\Sencha\Cmd\5.0.3.324;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\ImageMagick-6.8 ... " (808)
|
| SystemRoot | "C:\Windows" (10)
|
| COMSPEC | "C:\Windows\system32\cmd.exe" (27)
|
| PATHEXT | ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC" (53)
|
| WINDIR | "C:\Windows" (10)
|
| SERVER_SIGNATURE | ""
|
| SERVER_SOFTWARE | "Apache/2.4.4 (Win32) PHP/5.4.16" (31)
|
| SERVER_NAME | "soccer" (6)
|
| SERVER_ADDR | "127.0.0.1" (9)
|
| SERVER_PORT | "80" (2)
|
| REMOTE_ADDR | "127.0.0.1" (9)
|
| DOCUMENT_ROOT | "C:/wamp/www/private/w-e-b-s/2014/Soccer/www" (43)
|
| REQUEST_SCHEME | "http" (4)
|
| CONTEXT_PREFIX | ""
|
| CONTEXT_DOCUMENT_ROOT | "C:/wamp/www/private/w-e-b-s/2014/Soccer/www" (43)
|
| SERVER_ADMIN | "webmaster@dummy-host.example.com" (32)
|
| SCRIPT_FILENAME | "C:/wamp/www/private/w-e-b-s/2014/Soccer/www/index.php" (53)
|
| REMOTE_PORT | "64532" (5)
|
| REDIRECT_URL | "/competition/detail/1" (21)
|
| GATEWAY_INTERFACE | "CGI/1.1" (7)
|
| SERVER_PROTOCOL | "HTTP/1.1" (8)
|
| REQUEST_METHOD | "POST" (4)
|
| QUERY_STRING | ""
|
| REQUEST_URI | "/competition/detail/1" (21)
|
| SCRIPT_NAME | "/index.php" (10)
|
| PHP_SELF | "/index.php" (10)
|
| PHP_AUTH_USER | "$cb$" (4)
|
| PHP_AUTH_PW | "$cb$" (4)
|
| REQUEST_TIME_FLOAT | 1459513903.444
|
| REQUEST_TIME | 1459513903
|
| __NF | Nette Session |
|---|
| Nette.Application/requests | array ()
|
|---|---|
| Nette.Http.UserStorage/ | array (2) |
| WWW_DIR | "C:\wamp\www\private\w-e-b-s\2014\Soccer\app/../www" (50)
|
|---|
| C:\wamp\www\private\w-e-b-s\2014\Soccer\www\index.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\www\auth.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\app\bootstrap.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\autoload.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\composer\autoload_real.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\composer\ClassLoader.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\composer\autoload_namespaces.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\composer\autoload_psr4.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\composer\autoload_classmap.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\composer\autoload_files.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\tracy\tracy\src\shortcuts.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\nette\Nette\loader.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\nette\Nette\Loaders\NetteLoader.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\bootstrap\src\Bootstrap\Configurator.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\utils\src\Utils\Object.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\di\src\DI\CompilerExtension.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\tracy\tracy\src\Tracy\Bar.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\tracy\tracy\src\Tracy\BlueScreen.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\tracy\tracy\src\Tracy\Dumper.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\latte\latte\src\Latte\exceptions.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\latte\latte\src\Latte\IMacro.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\latte\latte\src\Latte\Macros\MacroSet.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\latte\latte\src\Latte\Object.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\utils\src\Utils\ArrayHash.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\utils\src\Utils\ArrayList.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\utils\src\Utils\DateTime.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\utils\src\Utils\Image.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\utils\src\Utils\ObjectMixin.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\neon\src\Neon\Exception.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\neon\src\Neon\Entity.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\neon\src\Neon\Neon.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\nette\Nette\shortcuts.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\tracy\tracy\src\Tracy\Debugger.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\tracy\tracy\src\Tracy\DefaultBarPanel.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\tracy\tracy\src\Tracy\IBarPanel.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\tracy\tracy\src\Tracy\FireLogger.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\tracy\tracy\src\Tracy\Helpers.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\tracy\tracy\src\Tracy\Logger.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\robot-loader\src\RobotLoader\RobotLoader.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\caching\src\Caching\Storages\FileStorage.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\caching\src\Caching\IStorage.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\caching\src\Caching\Cache.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\di\src\DI\Config\Loader.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\di\src\DI\Config\Adapters\NeonAdapter.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\di\src\DI\Config\IAdapter.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\neon\src\Neon\Decoder.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\utils\src\Utils\Validators.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\di\src\DI\ContainerFactory.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\temp\cache\Nette.Configurator\edb6fc3fb8491b7bed1b222626ef485a.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\di\src\DI\Container.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\app\FrontModule\components\MatchResult.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\UI\Control.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\UI\PresenterComponent.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\component-model\src\ComponentModel\Container.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\component-model\src\ComponentModel\Component.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\component-model\src\ComponentModel\IComponent.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\component-model\src\ComponentModel\IContainer.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\UI\ISignalReceiver.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\UI\IStatePersistent.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\UI\IRenderable.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Bridges\ApplicationLatte\ILatteFactory.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\bootstrap\src\Bridges\Framework\TracyBridge.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\nette\Nette\Framework.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\reflection\src\Reflection\ClassType.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\reflection\src\Reflection\Method.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\http\src\Http\Session.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\http\src\Http\RequestFactory.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\http\src\Http\UrlScript.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\http\src\Http\Url.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\utils\src\Utils\Strings.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\utils\src\Utils\Callback.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\http\src\Http\Request.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\http\src\Http\IRequest.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\http\src\Http\Response.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\http\src\Http\IResponse.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\safe-stream\src\SafeStream\SafeStream.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\reflection\src\Reflection\AnnotationsParser.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\caching\src\Caching\Storages\FileJournal.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\caching\src\Caching\Storages\IJournal.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\nette\Nette\deprecated\Environment.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\Application.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\PresenterFactory.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\IPresenterFactory.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\app\router\RouterFactory.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\database\src\Database\Context.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\database\src\Database\Connection.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\database\src\Database\Helpers.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\database\src\Bridges\DatabaseTracy\ConnectionPanel.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\database\src\Database\Reflection\ConventionalReflection.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\database\src\Database\IReflection.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\Routers\RouteList.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\IRouter.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\Routers\Route.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Bridges\ApplicationTracy\RoutingPanel.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\Request.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\app\FrontModule\presenters\CompetitionPresenter.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\app\FrontModule\presenters\BasePresenter.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\UI\Presenter.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\IPresenter.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\di\src\DI\Helpers.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\reflection\src\Reflection\Parameter.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\security\src\Security\User.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\security\src\Security\IUserStorage.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\http\src\Http\UserStorage.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\app\FrontModule\model\UserManager.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\security\src\Security\IAuthenticator.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\app\acl\AclFactory.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\security\src\Security\Permission.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\security\src\Security\IAuthorizator.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\security\src\Bridges\SecurityTracy\UserPanel.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\UI\ITemplateFactory.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Bridges\ApplicationLatte\TemplateFactory.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\app\FrontModule\model\Competition.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\app\FrontModule\model\BaseModel.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\app\FrontModule\model\Table.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\app\FrontModule\model\Result.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\reflection\src\Reflection\Property.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\libs\Helpers.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\UI\PresenterComponentReflection.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\app\FrontModule\components\Results.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\component-model\src\ComponentModel\RecursiveComponentIterator.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\UI\Multiplier.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\UI\Form.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\forms\src\Forms\Form.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\forms\src\Forms\Container.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\utils\src\Utils\IHtmlString.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\forms\src\Forms\Controls\CsrfProtection.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\forms\src\Forms\Controls\HiddenField.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\forms\src\Forms\Controls\BaseControl.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\forms\src\Forms\IControl.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\utils\src\Utils\Html.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\forms\src\Forms\Controls\TextInput.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\forms\src\Forms\Controls\TextBase.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\forms\src\Forms\Rules.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\forms\src\Forms\Controls\SelectBox.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\forms\src\Forms\Controls\ChoiceControl.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\forms\src\Forms\Controls\Checkbox.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\forms\src\Forms\Controls\SubmitButton.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\forms\src\Forms\Controls\Button.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\forms\src\Forms\ISubmitterControl.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\UI\Link.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\utils\src\Iterators\Filter.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\utils\src\Utils\Arrays.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\forms\src\Forms\Helpers.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\reflection\src\Reflection\GlobalFunction.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\database\src\Database\Table\Selection.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\database\src\Database\Table\IRowContainer.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\database\src\Database\IRowContainer.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\database\src\Database\Table\SqlBuilder.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\database\src\Database\Drivers\MySqlDriver.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\database\src\Database\ISupplementalDriver.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\database\src\Database\ResultSet.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\database\src\Database\SqlPreprocessor.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\database\src\Database\Table\ActiveRow.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\database\src\Database\Table\IRow.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\database\src\Database\IRow.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\latte\latte\src\Latte\Engine.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\latte\latte\src\Latte\Compiler.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Bridges\ApplicationLatte\Template.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\UI\ITemplate.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Bridges\ApplicationLatte\Loader.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\latte\latte\src\Latte\Loaders\FileLoader.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\latte\latte\src\Latte\ILoader.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\Responses\TextResponse.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\IResponse.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Application\exceptions.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\latte\latte\src\Latte\Template.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\temp\cache\latte\app-FrontModule-templates-Competition-detail-latte-49e617c3ea9281af7b57b6ea7c7cb4ca.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\latte\latte\src\Latte\Runtime\Filters.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\temp\cache\latte\2014-Soccer-app-FrontModule-templates-layout-latte-9bf79df4974d34582d3b314dcbe116d8.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\nette\application\src\Bridges\ApplicationLatte\UIMacros.php |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\tracy\tracy\src\Tracy\templates\bluescreen.phtml |
| C:\wamp\www\private\w-e-b-s\2014\Soccer\vendor\tracy\tracy\src\Tracy\templates\bluescreen.css |
| Apache Version | Apache/2.4.4 (Win32) PHP/5.4.16 |
| Apache API Version | 20120211 |
| Server Administrator | webmaster@dummy-host.example.com |
| Hostname:Port | soccer:0 |
| Max Requests | Per Child: 0 - Keep Alive: on - Max Per Connection: 100 |
| Timeouts | Connection: 60 - Keep-Alive: 5 |
| Virtual Server | Yes |
| Server Root | C:/wamp/bin/apache/Apache2.4.4 |
| Loaded Modules | core mod_win32 mpm_winnt http_core mod_so mod_access_compat mod_actions mod_alias mod_allowmethods mod_asis mod_auth_basic mod_authn_core mod_authn_file mod_authz_core mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_dir mod_env mod_expires mod_include mod_isapi mod_log_config mod_mime mod_negotiation mod_rewrite mod_setenvif mod_vhost_alias mod_php5 |
| Directive | Local Value | Master Value |
|---|---|---|
| engine | 1 | 1 |
| last_modified | 0 | 0 |
| xbithack | 0 | 0 |
| Variable | Value |
|---|---|
| REDIRECT_STATUS | 200 |
| HTTP_HOST | soccer |
| HTTP_CONNECTION | keep-alive |
| CONTENT_LENGTH | 169 |
| HTTP_PRAGMA | no-cache |
| HTTP_CACHE_CONTROL | no-cache |
| HTTP_ACCEPT | */* |
| HTTP_ORIGIN | http://soccer |
| HTTP_X_REQUESTED_WITH | XMLHttpRequest |
| HTTP_USER_AGENT | Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36 |
| CONTENT_TYPE | application/x-www-form-urlencoded; charset=UTF-8 |
| HTTP_REFERER | http://soccer/competition/detail/1 |
| HTTP_ACCEPT_ENCODING | gzip, deflate |
| HTTP_ACCEPT_LANGUAGE | cs,en-US;q=0.8,en;q=0.6 |
| HTTP_COOKIE | tracy-debug-panel-Tracy-Debugger-dumps=; PHPSESSID=bepat8buahkgag22q770t7v0d6; nette-browser=00c7k0opt0 |
| PATH | c:\program files\graphicsmagick-1.3.19-q16;C:\Users\Kcko\bin\Sencha\Cmd\5.0.3.324;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\ImageMagick-6.8.9-Q16;C:\Program Files (x86)\ImageMagick-6.8.1-Q16;C:\Program Files\ImageMagick-6.8.9-Q8;C:\Program Files (x86)\ImageMagick-6.8.9-Q16;C:\Program Files (x86)\ImageMagick-6.6.2-Q16;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Git\cmd;C:\Program Files\nodejs\;C:\wamp\bin\php\php5.4.16;C:\ProgramData\ComposerSetup\bin;C:\Program Files\Samsung\AllShare Framework DMS\1.3.23\;C:\Program Files\Samsung\AllShare Framework DMS\1.3.23\64bit\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files\TortoiseGit\bin;C:\Program Files (x86)\Skype\Phone\; |
| SystemRoot | C:\Windows |
| COMSPEC | C:\Windows\system32\cmd.exe |
| PATHEXT | .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC |
| WINDIR | C:\Windows |
| SERVER_SIGNATURE | no value |
| SERVER_SOFTWARE | Apache/2.4.4 (Win32) PHP/5.4.16 |
| SERVER_NAME | soccer |
| SERVER_ADDR | 127.0.0.1 |
| SERVER_PORT | 80 |
| REMOTE_ADDR | 127.0.0.1 |
| DOCUMENT_ROOT | C:/wamp/www/private/w-e-b-s/2014/Soccer/www |
| REQUEST_SCHEME | http |
| CONTEXT_PREFIX | no value |
| CONTEXT_DOCUMENT_ROOT | C:/wamp/www/private/w-e-b-s/2014/Soccer/www |
| SERVER_ADMIN | webmaster@dummy-host.example.com |
| SCRIPT_FILENAME | C:/wamp/www/private/w-e-b-s/2014/Soccer/www/index.php |
| REMOTE_PORT | 64532 |
| REDIRECT_URL | /competition/detail/1 |
| GATEWAY_INTERFACE | CGI/1.1 |
| SERVER_PROTOCOL | HTTP/1.1 |
| REQUEST_METHOD | POST |
| QUERY_STRING | no value |
| REQUEST_URI | /competition/detail/1 |
| SCRIPT_NAME | /index.php |
| HTTP Request Headers | |
|---|---|
| HTTP Request | POST /competition/detail/1 HTTP/1.1 |
| Host | soccer |
| Connection | keep-alive |
| Content-Length | 169 |
| Pragma | no-cache |
| Cache-Control | no-cache |
| Authorization | Basic JGNiJDokY2Ik |
| Accept | */* |
| Origin | http://soccer |
| X-Requested-With | XMLHttpRequest |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36 |
| Content-Type | application/x-www-form-urlencoded; charset=UTF-8 |
| Referer | http://soccer/competition/detail/1 |
| Accept-Encoding | gzip, deflate |
| Accept-Language | cs,en-US;q=0.8,en;q=0.6 |
| Cookie | tracy-debug-panel-Tracy-Debugger-dumps=; PHPSESSID=bepat8buahkgag22q770t7v0d6; nette-browser=00c7k0opt0 |
| HTTP Response Headers | |
| X-Powered-By | Nette Framework |
| Expires | Thu, 19 Nov 1981 08:52:00 GMT |
| Cache-Control | no-store, no-cache, must-revalidate, post-check=0, pre-check=0 |
| Pragma | no-cache |
| Set-Cookie | PHPSESSID=bepat8buahkgag22q770t7v0d6; expires=Fri, 08-Apr-2016 12:31:43 GMT; path=/; httponly |
| Set-Cookie | nette-browser=00c7k0opt0; path=/; httponly |
| X-Frame-Options | SAMEORIGIN |
| Vary | X-Requested-With |
| BCMath support | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| bcmath.scale | 0 | 0 |
| Calendar support | enabled |
| PHP Version | 5.4.16 |
| Directive | Local Value | Master Value |
|---|---|---|
| allow_url_fopen | On | On |
| allow_url_include | Off | Off |
| always_populate_raw_post_data | Off | Off |
| arg_separator.input | & | & |
| arg_separator.output | & | & |
| asp_tags | Off | Off |
| auto_append_file | no value | no value |
| auto_globals_jit | On | On |
| auto_prepend_file | no value | no value |
| browscap | no value | no value |
| default_charset | no value | no value |
| default_mimetype | text/html | text/html |
| disable_classes | no value | no value |
| disable_functions | no value | no value |
| display_errors | On | On |
| display_startup_errors | On | On |
| doc_root | no value | no value |
| docref_ext | no value | no value |
| docref_root | no value | no value |
| enable_dl | Off | Off |
| enable_post_data_reading | On | On |
| error_append_string | no value | no value |
| error_log | C:\wamp\www\private\w-e-b-s\2014\Soccer\log/php_error.log | no value |
| error_prepend_string | no value | no value |
| error_reporting | 0 | 30711 |
| exit_on_timeout | Off | Off |
| expose_php | On | On |
| extension_dir | c:/wamp/bin/php/php5.4.16/ext/ | c:/wamp/bin/php/php5.4.16/ext/ |
| file_uploads | On | On |
| highlight.comment | #998; font-style: italic | #FF8000 |
| highlight.default | #000 | #0000BB |
| highlight.html | #06B | #000000 |
| highlight.keyword | #D24; font-weight: bold | #007700 |
| highlight.string | #080 | #DD0000 |
| html_errors | Off | On |
| ignore_repeated_errors | Off | Off |
| ignore_repeated_source | Off | Off |
| ignore_user_abort | Off | Off |
| implicit_flush | Off | Off |
| include_path | .;C:\php\pear | .;C:\php\pear |
| log_errors | Off | On |
| log_errors_max_len | 1024 | 1024 |
| mail.add_x_header | On | On |
| mail.force_extra_parameters | no value | no value |
| mail.log | no value | no value |
| max_execution_time | 30 | 30 |
| max_file_uploads | 20 | 20 |
| max_input_nesting_level | 64 | 64 |
| max_input_time | 60 | 60 |
| max_input_vars | 1000 | 1000 |
| memory_limit | 128M | 128M |
| open_basedir | no value | no value |
| output_buffering | 1 | 1 |
| output_handler | no value | no value |
| post_max_size | 8M | 8M |
| precision | 14 | 14 |
| realpath_cache_size | 16K | 16K |
| realpath_cache_ttl | 120 | 120 |
| register_argc_argv | Off | Off |
| report_memleaks | On | On |
| report_zend_debug | On | On |
| request_order | GP | GP |
| sendmail_from | you@yourdomain | you@yourdomain |
| sendmail_path | no value | no value |
| serialize_precision | 100 | 100 |
| short_open_tag | On | On |
| SMTP | localhost | localhost |
| smtp_port | 25 | 25 |
| sql.safe_mode | Off | Off |
| track_errors | On | On |
| unserialize_callback_func | no value | no value |
| upload_max_filesize | 2M | 2M |
| upload_tmp_dir | c:/wamp/tmp | c:/wamp/tmp |
| user_dir | no value | no value |
| user_ini.cache_ttl | 300 | 300 |
| user_ini.filename | .user.ini | .user.ini |
| variables_order | GPCS | GPCS |
| windows.show_crt_warning | Off | Off |
| xmlrpc_error_number | 0 | 0 |
| xmlrpc_errors | Off | Off |
| zend.detect_unicode | On | On |
| zend.enable_gc | On | On |
| zend.multibyte | Off | Off |
| zend.script_encoding | no value | no value |
| ctype functions | enabled |
| cURL support | enabled |
| cURL Information | 7.30.0 |
| Age | 3 |
| Features | |
| AsynchDNS | Yes |
| Debug | No |
| GSS-Negotiate | Yes |
| IDN | No |
| IPv6 | Yes |
| Largefile | Yes |
| NTLM | Yes |
| SPNEGO | Yes |
| SSL | Yes |
| SSPI | Yes |
| krb4 | No |
| libz | Yes |
| CharConv | No |
| Protocols | dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtsp, scp, sftp, smtp, smtps, telnet, tftp |
| Host | i386-pc-win32 |
| SSL Version | OpenSSL/0.9.8y |
| ZLib Version | 1.2.7 |
| libSSH Version | libssh2/1.4.2 |
| date/time support | enabled |
| "Olson" Timezone Database Version | 2013.3 |
| Timezone Database | internal |
| Default timezone | Europe/Prague |
| Directive | Local Value | Master Value |
|---|---|---|
| date.default_latitude | 31.7667 | 31.7667 |
| date.default_longitude | 35.2333 | 35.2333 |
| date.sunrise_zenith | 90.583333 | 90.583333 |
| date.sunset_zenith | 90.583333 | 90.583333 |
| date.timezone | UTC | UTC |
| DOM/XML | enabled |
| DOM/XML API Version | 20031129 |
| libxml Version | 2.7.8 |
| HTML Support | enabled |
| XPath Support | enabled |
| XPointer Support | enabled |
| Schema Support | enabled |
| RelaxNG Support | enabled |
| Regex Library | Bundled library enabled |
| EXIF Support | enabled |
| EXIF Version | 1.4 $Id$ |
| Supported EXIF Version | 0220 |
| Supported filetypes | JPEG,TIFF |
| Directive | Local Value | Master Value |
|---|---|---|
| exif.decode_jis_intel | JIS | JIS |
| exif.decode_jis_motorola | JIS | JIS |
| exif.decode_unicode_intel | UCS-2LE | UCS-2LE |
| exif.decode_unicode_motorola | UCS-2BE | UCS-2BE |
| exif.encode_jis | no value | no value |
| exif.encode_unicode | ISO-8859-15 | ISO-8859-15 |
| fileinfo support | enabled |
| version | 1.0.5 |
| Input Validation and Filtering | enabled |
| Revision | $Id: 2aa8dd57d9c0c655cd45e6e5872bb95fa5ad76cf $ |
| Directive | Local Value | Master Value |
|---|---|---|
| filter.default | unsafe_raw | unsafe_raw |
| filter.default_flags | no value | no value |
| FTP support | enabled |
| GD Support | enabled |
| GD Version | bundled (2.1.0 compatible) |
| FreeType Support | enabled |
| FreeType Linkage | with freetype |
| FreeType Version | 2.4.10 |
| GIF Read Support | enabled |
| GIF Create Support | enabled |
| JPEG Support | enabled |
| libJPEG Version | 8 |
| PNG Support | enabled |
| libPNG Version | 1.2.50 |
| WBMP Support | enabled |
| XPM Support | enabled |
| libXpm Version | 30411 |
| XBM Support | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| gd.jpeg_ignore_warning | 0 | 0 |
| hash support | enabled |
| Hashing Engines | md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b fnv132 fnv164 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 |
| iconv support | enabled |
| iconv implementation | "libiconv" |
| iconv library version | 1.14 |
| Directive | Local Value | Master Value |
|---|---|---|
| iconv.input_encoding | ISO-8859-1 | ISO-8859-1 |
| iconv.internal_encoding | ISO-8859-1 | ISO-8859-1 |
| iconv.output_encoding | ISO-8859-1 | ISO-8859-1 |
| imagick module | enabled |
|---|---|
| imagick module version | @PACKAGE_VERSION@ |
| imagick classes | Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator |
| ImageMagick version | ImageMagick 6.8.1-8 2013-01-02 Q16 http://www.imagemagick.org |
| ImageMagick copyright | Copyright (C) 1999-2013 ImageMagick Studio LLC |
| ImageMagick release date | 2013-01-02 |
| ImageMagick number of supported formats: | 221 |
| ImageMagick supported formats | 3FR, A, AAI, AI, ART, ARW, AVI, AVS, B, BGR, BGRA, BIE, BMP, BMP2, BMP3, BRF, C, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CLIPBOARD, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DJVU, DNG, DOT, DPS, DPX, EMF, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FITS, FPX, FRACTAL, FTS, G, G3, GIF, GIF87, GRADIENT, GRAY, GROUP4, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, ICB, ICO, ICON, INFO, INLINE, IPL, ISOBRL, J2C, J2K, JBG, JBIG, JNG, JNX, JP2, JPC, JPEG, JPG, JPX, K, K25, KDC, LABEL, M, M2V, M4V, MAC, MAP, MAT, MATTE, MEF, MIFF, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG24, PNG32, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, R, RADIAL-GRADIENT, RAF, RAS, RGB, RGBA, RGBO, RLA, RLE, RW2, SCR, SCT, SFW, SGI, SHTML, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UIL, UYVY, VDA, VICAR, VID, VIFF, VST, WBMP, WEBP, WMF, WMFWIN32, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, Y, YCbCr, YCbCrA, YUV |
| Directive | Local Value | Master Value |
|---|---|---|
| imagick.locale_fix | 0 | 0 |
| imagick.progress_monitor | 0 | 0 |
| json support | enabled |
| json version | 1.2.1 |
| libXML support | active |
| libXML Compiled Version | 2.7.8 |
| libXML Loaded Version | 20708 |
| libXML streams | enabled |
| Multibyte Support | enabled |
| Multibyte string engine | libmbfl |
| HTTP input encoding translation | disabled |
| libmbfl version | 1.3.2 |
| mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1. |
|---|
| Multibyte (japanese) regex support | enabled |
| Multibyte regex (oniguruma) version | 4.7.1 |
| Directive | Local Value | Master Value |
|---|---|---|
| mbstring.detect_order | no value | no value |
| mbstring.encoding_translation | Off | Off |
| mbstring.func_overload | 0 | 0 |
| mbstring.http_input | pass | pass |
| mbstring.http_output | pass | pass |
| mbstring.http_output_conv_mimetypes | ^(text/|application/xhtml\+xml) | ^(text/|application/xhtml\+xml) |
| mbstring.internal_encoding | no value | no value |
| mbstring.language | neutral | neutral |
| mbstring.strict_detection | Off | Off |
| mbstring.substitute_character | no value | no value |
| mcrypt support | enabled |
|---|---|
| mcrypt_filter support | enabled |
| Version | 2.5.8 |
| Api No | 20021217 |
| Supported ciphers | cast-128 gost rijndael-128 twofish cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes arcfour |
| Supported modes | cbc cfb ctr ecb ncfb nofb ofb stream |
| Directive | Local Value | Master Value |
|---|---|---|
| mcrypt.algorithms_dir | no value | no value |
| mcrypt.modes_dir | no value | no value |
| MHASH support | Enabled |
| MHASH API Version | Emulated Support |
| MySQL Support | enabled |
|---|---|
| Active Persistent Links | 0 |
| Active Links | 0 |
| Client API version | mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $ |
| Directive | Local Value | Master Value |
|---|---|---|
| mysql.allow_local_infile | On | On |
| mysql.allow_persistent | On | On |
| mysql.connect_timeout | 60 | 60 |
| mysql.default_host | no value | no value |
| mysql.default_password | no value | no value |
| mysql.default_port | no value | no value |
| mysql.default_socket | no value | no value |
| mysql.default_user | no value | no value |
| mysql.max_links | Unlimited | Unlimited |
| mysql.max_persistent | Unlimited | Unlimited |
| mysql.trace_mode | Off | Off |
| MysqlI Support | enabled |
|---|---|
| Client API library version | mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $ |
| Active Persistent Links | 0 |
| Inactive Persistent Links | 0 |
| Active Links | 0 |
| Directive | Local Value | Master Value |
|---|---|---|
| mysqli.allow_local_infile | On | On |
| mysqli.allow_persistent | On | On |
| mysqli.default_host | no value | no value |
| mysqli.default_port | 3306 | 3306 |
| mysqli.default_pw | no value | no value |
| mysqli.default_socket | no value | no value |
| mysqli.default_user | no value | no value |
| mysqli.max_links | Unlimited | Unlimited |
| mysqli.max_persistent | Unlimited | Unlimited |
| mysqli.reconnect | Off | Off |
| mysqlnd | enabled |
|---|---|
| Version | mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $ |
| Compression | supported |
| SSL | supported |
| Command buffer size | 4096 |
| Read buffer size | 32768 |
| Read timeout | 31536000 |
| Collecting statistics | Yes |
| Collecting memory statistics | Yes |
| Tracing | n/a |
| Loaded plugins | mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password |
| API Extensions | mysql,mysqli,pdo_mysql |
| mysqlnd statistics | |
|---|---|
| bytes_sent | 977867 |
| bytes_received | 2583623 |
| packets_sent | 9730 |
| packets_received | 67464 |
| protocol_overhead_in | 269856 |
| protocol_overhead_out | 38920 |
| bytes_received_ok_packet | 0 |
| bytes_received_eof_packet | 0 |
| bytes_received_rset_header_packet | 39555 |
| bytes_received_rset_field_meta_packet | 0 |
| bytes_received_rset_row_packet | 25009 |
| bytes_received_prepare_response_packet | 1898146 |
| bytes_received_change_user_packet | 587211 |
| packets_sent_command | 4728 |
| packets_received_ok | 0 |
| packets_received_eof | 0 |
| packets_received_rset_header | 4395 |
| packets_received_rset_field_meta | 0 |
| packets_received_rset_row | 4592 |
| packets_received_prepare_response | 41062 |
| packets_received_change_user | 17141 |
| result_set_queries | 4395 |
| non_result_set_queries | 191 |
| no_index_used | 1261 |
| bad_index_used | 0 |
| slow_queries | 0 |
| buffered_sets | 4395 |
| unbuffered_sets | 0 |
| ps_buffered_sets | 0 |
| ps_unbuffered_sets | 0 |
| flushed_normal_sets | 0 |
| flushed_ps_sets | 0 |
| ps_prepared_never_executed | 0 |
| ps_prepared_once_executed | 0 |
| rows_fetched_from_server_normal | 12746 |
| rows_fetched_from_server_ps | 0 |
| rows_buffered_from_client_normal | 12746 |
| rows_buffered_from_client_ps | 0 |
| rows_fetched_from_client_normal_buffered | 12746 |
| rows_fetched_from_client_normal_unbuffered | 0 |
| rows_fetched_from_client_ps_buffered | 0 |
| rows_fetched_from_client_ps_unbuffered | 0 |
| rows_fetched_from_client_ps_cursor | 0 |
| rows_affected_normal | 88 |
| rows_affected_ps | 0 |
| rows_skipped_normal | 12746 |
| rows_skipped_ps | 0 |
| copy_on_write_saved | 121284 |
| copy_on_write_performed | 0 |
| command_buffer_too_small | 0 |
| connect_success | 137 |
| connect_failure | 0 |
| connection_reused | 0 |
| reconnect | 0 |
| pconnect_success | 0 |
| active_connections | 18446744073709551481 |
| active_persistent_connections | 0 |
| explicit_close | 136 |
| implicit_close | 0 |
| disconnect_close | 0 |
| in_middle_of_command_close | 0 |
| explicit_free_result | 4395 |
| implicit_free_result | 0 |
| explicit_stmt_close | 0 |
| implicit_stmt_close | 0 |
| mem_emalloc_count | 50087 |
| mem_emalloc_amount | 2179910 |
| mem_ecalloc_count | 50108 |
| mem_ecalloc_amount | 14486776 |
| mem_erealloc_count | 6778 |
| mem_erealloc_amount | 141076 |
| mem_efree_count | 101428 |
| mem_efree_amount | 16715461 |
| mem_malloc_count | 34283 |
| mem_malloc_amount | 71304258 |
| mem_calloc_count | 4395 |
| mem_calloc_amount | 87900 |
| mem_realloc_count | 0 |
| mem_realloc_amount | 0 |
| mem_free_count | 38684 |
| mem_free_amount | 71392404 |
| mem_estrndup_count | 426 |
| mem_strndup_count | 0 |
| mem_estndup_count | 822 |
| mem_strdup_count | 6 |
| proto_text_fetched_null | 0 |
| proto_text_fetched_bit | 0 |
| proto_text_fetched_tinyint | 40376 |
| proto_text_fetched_short | 1101 |
| proto_text_fetched_int24 | 94 |
| proto_text_fetched_int | 26640 |
| proto_text_fetched_bigint | 6355 |
| proto_text_fetched_decimal | 0 |
| proto_text_fetched_float | 0 |
| proto_text_fetched_double | 0 |
| proto_text_fetched_date | 157 |
| proto_text_fetched_year | 0 |
| proto_text_fetched_time | 0 |
| proto_text_fetched_datetime | 178 |
| proto_text_fetched_timestamp | 0 |
| proto_text_fetched_string | 38312 |
| proto_text_fetched_blob | 728 |
| proto_text_fetched_enum | 0 |
| proto_text_fetched_set | 0 |
| proto_text_fetched_geometry | 0 |
| proto_text_fetched_other | 0 |
| proto_binary_fetched_null | 0 |
| proto_binary_fetched_bit | 0 |
| proto_binary_fetched_tinyint | 0 |
| proto_binary_fetched_short | 0 |
| proto_binary_fetched_int24 | 0 |
| proto_binary_fetched_int | 0 |
| proto_binary_fetched_bigint | 0 |
| proto_binary_fetched_decimal | 0 |
| proto_binary_fetched_float | 0 |
| proto_binary_fetched_double | 0 |
| proto_binary_fetched_date | 0 |
| proto_binary_fetched_year | 0 |
| proto_binary_fetched_time | 0 |
| proto_binary_fetched_datetime | 0 |
| proto_binary_fetched_timestamp | 0 |
| proto_binary_fetched_string | 0 |
| proto_binary_fetched_blob | 0 |
| proto_binary_fetched_enum | 0 |
| proto_binary_fetched_set | 0 |
| proto_binary_fetched_geometry | 0 |
| proto_binary_fetched_other | 0 |
| init_command_executed_count | 0 |
| init_command_failed_count | 0 |
| com_quit | 136 |
| com_init_db | 0 |
| com_query | 4592 |
| com_field_list | 0 |
| com_create_db | 0 |
| com_drop_db | 0 |
| com_refresh | 0 |
| com_shutdown | 0 |
| com_statistics | 0 |
| com_process_info | 0 |
| com_connect | 0 |
| com_process_kill | 0 |
| com_debug | 0 |
| com_ping | 0 |
| com_time | 0 |
| com_delayed_insert | 0 |
| com_change_user | 0 |
| com_binlog_dump | 0 |
| com_table_dump | 0 |
| com_connect_out | 0 |
| com_register_slave | 0 |
| com_stmt_prepare | 0 |
| com_stmt_execute | 0 |
| com_stmt_send_long_data | 0 |
| com_stmt_close | 0 |
| com_stmt_reset | 0 |
| com_stmt_set_option | 0 |
| com_stmt_fetch | 0 |
| com_deamon | 0 |
| bytes_received_real_data_normal | 397341 |
| bytes_received_real_data_ps | 0 |
| example statistics | |
|---|---|
| stat1 | 0 |
| stat2 | 0 |
| ODBC Support | enabled |
|---|---|
| Active Persistent Links | 0 |
| Active Links | 0 |
| ODBC library | Win32 |
| Directive | Local Value | Master Value |
|---|---|---|
| odbc.allow_persistent | On | On |
| odbc.check_persistent | On | On |
| odbc.default_cursortype | Static cursor | Static cursor |
| odbc.default_db | no value | no value |
| odbc.default_pw | no value | no value |
| odbc.default_user | no value | no value |
| odbc.defaultbinmode | return as is | return as is |
| odbc.defaultlrl | return up to 4096 bytes | return up to 4096 bytes |
| odbc.max_links | Unlimited | Unlimited |
| odbc.max_persistent | Unlimited | Unlimited |
| OpenSSL support | enabled |
| OpenSSL Library Version | OpenSSL 0.9.8y 5 Feb 2013 |
| OpenSSL Header Version | OpenSSL 0.9.8y 5 Feb 2013 |
| PCRE (Perl Compatible Regular Expressions) Support | enabled |
| PCRE Library Version | 8.32 2012-11-30 |
| Directive | Local Value | Master Value |
|---|---|---|
| pcre.backtrack_limit | 1000000 | 1000000 |
| pcre.recursion_limit | 100000 | 100000 |
| PDO support | enabled |
|---|---|
| PDO drivers | mysql, sqlite |
| PDO Driver for MySQL | enabled |
|---|---|
| Client API version | mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $ |
| PDO Driver for SQLite 3.x | enabled |
|---|---|
| SQLite Library | 3.7.7.1 |
| Phar: PHP Archive support | enabled |
|---|---|
| Phar EXT version | 2.0.1 |
| Phar API version | 1.1.1 |
| SVN revision | $Id: c5042cc34acebcc0926625b57dff03deebbe6472 $ |
| Phar-based phar archives | enabled |
| Tar-based phar archives | enabled |
| ZIP-based phar archives | enabled |
| gzip compression | enabled |
| bzip2 compression | disabled (install pecl/bz2) |
| OpenSSL support | enabled |
|
Phar based on pear/PHP_Archive, original concept by Davey Shafik. Phar fully realized by Gregory Beaver and Marcus Boerger. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle. |
| Directive | Local Value | Master Value |
|---|---|---|
| phar.cache_list | no value | no value |
| phar.readonly | On | On |
| phar.require_hash | On | On |
| Reflection | enabled |
|---|---|
| Version | $Id: 6c4d8062369898a397e4b128348042f5c01b4427 $ |
| Session Support | enabled |
| Registered save handlers | files user |
| Registered serializer handlers | php php_binary wddx |
| Directive | Local Value | Master Value |
|---|---|---|
| session.auto_start | Off | Off |
| session.cache_expire | 180 | 180 |
| session.cache_limiter | nocache | nocache |
| session.cookie_domain | no value | no value |
| session.cookie_httponly | On | Off |
| session.cookie_lifetime | 604800 | 0 |
| session.cookie_path | / | / |
| session.cookie_secure | Off | Off |
| session.entropy_file | no value | no value |
| session.entropy_length | 0 | 0 |
| session.gc_divisor | 1000 | 1000 |
| session.gc_maxlifetime | 604800 | 1440 |
| session.gc_probability | 1 | 1 |
| session.hash_bits_per_character | 5 | 5 |
| session.hash_function | 0 | 0 |
| session.name | PHPSESSID | PHPSESSID |
| session.referer_check | no value | no value |
| session.save_handler | files | files |
| session.save_path | C:\wamp\www\private\w-e-b-s\2014\Soccer\app/../temp/sessions | c:/wamp/tmp |
| session.serialize_handler | php | php |
| session.upload_progress.cleanup | On | On |
| session.upload_progress.enabled | On | On |
| session.upload_progress.freq | 1% | 1% |
| session.upload_progress.min_freq | 1 | 1 |
| session.upload_progress.name | PHP_SESSION_UPLOAD_PROGRESS | PHP_SESSION_UPLOAD_PROGRESS |
| session.upload_progress.prefix | upload_progress_ | upload_progress_ |
| session.use_cookies | On | On |
| session.use_only_cookies | On | On |
| session.use_trans_sid | 0 | 0 |
| Simplexml support | enabled |
|---|---|
| Revision | $Id: 692516840b2d7d6e7aedb0bedded1f53b764a99f $ |
| Schema support | enabled |
| SPL support | enabled |
|---|---|
| Interfaces | Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject |
| Classes | AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException |
| Dynamic Library Support | enabled |
| Internal Sendmail Support for Windows | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| assert.active | 1 | 1 |
| assert.bail | 0 | 0 |
| assert.callback | no value | no value |
| assert.quiet_eval | 0 | 0 |
| assert.warning | 1 | 1 |
| auto_detect_line_endings | 0 | 0 |
| default_socket_timeout | 60 | 60 |
| from | no value | no value |
| url_rewriter.tags | a=href,area=href,frame=src,input=src,form=fakeentry | a=href,area=href,frame=src,input=src,form=fakeentry |
| user_agent | no value | no value |
| Tokenizer Support | enabled |
| WDDX Support | enabled |
|---|---|
| WDDX Session Serializer | enabled |
| XCache Version | 3.0.3 |
| Modules Built | cacher coverager disassembler |
| Directive | Local Value | Master Value |
|---|---|---|
| xcache.coredump_directory | no value | no value |
| xcache.coredump_type | 0 | 0 |
| xcache.disable_on_crash | Off | Off |
| xcache.experimental | Off | Off |
| xcache.test | Off | Off |
| XCache Cacher Module | enabled |
| Readonly Protection | disabled |
| Page Request Time | 2016-04-01 14:31:43 |
| Cache Init Time | 2016-03-31 15:33:14 |
| Cache Instance Id | 6768.8372 |
| Opcode Cache | enabled, 62,914,560 bytes, 1 split(s), with 8192 slots each |
| Variable Cache | enabled, 4,194,304 bytes, 1 split(s), with 8192 slots each |
| Shared Memory Schemes | mmap |
| Directive | Local Value | Master Value |
|---|---|---|
| xcache.admin.enable_auth | On | On |
| xcache.allocator | bestfit | bestfit |
| xcache.cacher | On | On |
| xcache.count | 1 | 1 |
| xcache.gc_interval | 0 | 0 |
| xcache.mmap_path | /dev/zero | /dev/zero |
| xcache.readonly_protection | Off | Off |
| xcache.shm_scheme | mmap | mmap |
| xcache.size | 60M | 60M |
| xcache.slots | 8K | 8K |
| xcache.stat | On | On |
| xcache.ttl | 0 | 0 |
| xcache.var_allocator | bestfit | bestfit |
| xcache.var_count | 1 | 1 |
| xcache.var_gc_interval | 300 | 300 |
| xcache.var_maxttl | 0 | 0 |
| xcache.var_namespace | no value | no value |
| xcache.var_namespace_mode | 0 | 0 |
| xcache.var_size | 4M | 4M |
| xcache.var_slots | 8K | 8K |
| xcache.var_ttl | 0 | 0 |
| XCache Coverager Module | enabled |
| Coverage Started | Off |
| Directive | Local Value | Master Value |
|---|---|---|
| xcache.coveragedump_directory | no value | no value |
| xcache.coverager | Off | Off |
| xcache.coverager_autostart | On | On |
| XCache Disassembler Module | enabled |
| xdebug support | enabled |
|---|---|
| Version | 2.2.3 |
| IDE Key | KCKO-PC$ |
| Supported protocols | Revision |
|---|---|
| DBGp - Common DeBuGger Protocol | $Revision: 1.145 $ |
| Directive | Local Value | Master Value |
|---|---|---|
| xdebug.auto_trace | Off | Off |
| xdebug.cli_color | 0 | 0 |
| xdebug.collect_assignments | Off | Off |
| xdebug.collect_includes | On | On |
| xdebug.collect_params | 0 | 0 |
| xdebug.collect_return | Off | Off |
| xdebug.collect_vars | Off | Off |
| xdebug.coverage_enable | On | On |
| xdebug.default_enable | On | On |
| xdebug.dump.COOKIE | no value | no value |
| xdebug.dump.ENV | no value | no value |
| xdebug.dump.FILES | no value | no value |
| xdebug.dump.GET | no value | no value |
| xdebug.dump.POST | no value | no value |
| xdebug.dump.REQUEST | no value | no value |
| xdebug.dump.SERVER | no value | no value |
| xdebug.dump.SESSION | no value | no value |
| xdebug.dump_globals | On | On |
| xdebug.dump_once | On | On |
| xdebug.dump_undefined | Off | Off |
| xdebug.extended_info | On | On |
| xdebug.file_link_format | no value | no value |
| xdebug.idekey | no value | no value |
| xdebug.max_nesting_level | 100 | 100 |
| xdebug.overload_var_dump | On | On |
| xdebug.profiler_aggregate | Off | Off |
| xdebug.profiler_append | Off | Off |
| xdebug.profiler_enable | Off | Off |
| xdebug.profiler_enable_trigger | Off | Off |
| xdebug.profiler_output_dir | c:/wamp/tmp | c:/wamp/tmp |
| xdebug.profiler_output_name | cachegrind.out.%t.%p | cachegrind.out.%t.%p |
| xdebug.remote_autostart | Off | Off |
| xdebug.remote_connect_back | Off | Off |
| xdebug.remote_cookie_expire_time | 3600 | 3600 |
| xdebug.remote_enable | Off | Off |
| xdebug.remote_handler | dbgp | dbgp |
| xdebug.remote_host | localhost | localhost |
| xdebug.remote_log | no value | no value |
| xdebug.remote_mode | req | req |
| xdebug.remote_port | 9000 | 9000 |
| xdebug.scream | Off | Off |
| xdebug.show_exception_trace | Off | Off |
| xdebug.show_local_vars | Off | Off |
| xdebug.show_mem_delta | Off | Off |
| xdebug.trace_enable_trigger | Off | Off |
| xdebug.trace_format | 0 | 0 |
| xdebug.trace_options | 0 | 0 |
| xdebug.trace_output_dir | \ | \ |
| xdebug.trace_output_name | trace.%c | trace.%c |
| xdebug.var_display_max_children | 128 | 128 |
| xdebug.var_display_max_data | 512 | 512 |
| xdebug.var_display_max_depth | 3 | 3 |
| XML Support | active |
| XML Namespace Support | active |
| libxml2 Version | 2.7.8 |
| XMLReader | enabled |
| XMLWriter | enabled |
| Zip | enabled |
| Extension Version | $Id: 0c033d4e4613d577409950ed7bf8da4b68286d15 $ |
| Zip version | 1.11.0 |
| Libzip version | 0.10.1 |
| ZLib Support | enabled |
|---|---|
| Stream Wrapper | compress.zlib:// |
| Stream Filter | zlib.inflate, zlib.deflate |
| Compiled Version | 1.2.7 |
| Linked Version | 1.2.7 |
| Directive | Local Value | Master Value |
|---|---|---|
| zlib.output_compression | Off | Off |
| zlib.output_compression_level | -1 | -1 |
| zlib.output_handler | no value | no value |
| Module Name |
|---|
| Host | soccer |
|---|---|
| Connection | keep-alive |
| Content-Length | 169 |
| Pragma | no-cache |
| Cache-Control | no-cache |
| Authorization | Basic JGNiJDokY2Ik |
| Accept | */* |
| Origin | http://soccer |
| X-Requested-With | XMLHttpRequest |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36 |
| Content-Type | application/x-www-form-urlencoded; charset=UTF-8 |
| Referer | http://soccer/competition/detail/1 |
| Accept-Encoding | gzip, deflate |
| Accept-Language | cs,en-US;q=0.8,en;q=0.6 |
| Cookie | tracy-debug-panel-Tracy-Debugger-dumps=; PHPSESSID=bepat8buahkgag22q770t7v0d6; nette-browser=00c7k0opt0 |
empty
| goal_home_90 | "0"
|
|---|---|
| goal_away_90 | "0"
|
| goal_home_et | "0"
|
| goal_away_et | "0"
|
| goal_home_penalty | "0"
|
| goal_away_penalty | "0"
|
| played | "on" (2)
|
| id | "18" (2)
|
| do | "results-editFormResults-18-submit" (33)
|
| btn | "Uložit" (7)
|
| tracy-debug-panel-Tracy-Debugger-dumps | ""
|
|---|---|
| PHPSESSID | "bepat8buahkgag22q770t7v0d6" (26)
|
| nette-browser | "00c7k0opt0" (10)
|
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=bepat8buahkgag22q770t7v0d6; expires=Fri, 08-Apr-2016 12:31:43 GMT; path=/; httponly
Set-Cookie: nette-browser=00c7k0opt0; path=/; httponly
X-Frame-Options: SAMEORIGIN
X-Powered-By: Nette Framework
Content-Type: text/html; charset=utf-8
Vary: X-Requested-With